projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a576cc7
)
* src/doprnt.c: Fix comment.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 20 Jan 2013 17:45:53 +0000
(09:45 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 20 Jan 2013 17:45:53 +0000
(09:45 -0800)
src/doprnt.c
patch
|
blob
|
history
diff --git
a/src/doprnt.c
b/src/doprnt.c
index b8e1b5472689fc35aa7de87e7b9f036c58d3aa08..471e35c7b43c7c69ff75ffa3008f4a7d95a02125 100644
(file)
--- a/
src/doprnt.c
+++ b/
src/doprnt.c
@@
-38,7
+38,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
could include embedded null characters.
. It signals an error if the length of the formatted string is about to
- overflow
MOST_POSITIVE_FIXNUM
, to avoid producing strings longer than what
+ overflow
ptrdiff_t or size_t
, to avoid producing strings longer than what
Emacs can handle.
OTOH, this function supports only a small subset of the standard C formatted